Opc.Ua.Core
BinaryDecoder Constructor(Byte[],IServiceMessageContext)



Opc.Ua Namespace > BinaryDecoder Class > BinaryDecoder Constructor : BinaryDecoder Constructor(Byte[],IServiceMessageContext)
Creates a decoder that reads from a memory buffer.
Syntax
'Declaration
 
Public Function New( _
   ByVal buffer() As Byte, _
   ByVal context As IServiceMessageContext _
)
'Usage
 
Dim buffer() As Byte
Dim context As IServiceMessageContext
 
Dim instance As New BinaryDecoder(buffer, context)
public BinaryDecoder( 
   byte[] buffer,
   IServiceMessageContext context
)

Parameters

buffer
context
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BinaryDecoder Class
BinaryDecoder Members
Overload List